home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / cmdp72d.zip / TASKMANR.MA$ < prev    next >
Text File  |  1992-02-26  |  2KB  |  61 lines

  1. The file, taskmanr.exe, is provided as a optional replacement for the
  2. taskman.exe supplied with Micorosoft Windows 3.0.
  3.  
  4. Microsoft's taskman.exe file is responsible for displaying the Task List
  5. when you either double-click the screen background, type CTRL-ESC, or
  6. select the Switch To... menu item.
  7.  
  8. Command Post's replacement will simply bring up Command Post when any of
  9. the above actions are taken.
  10.  
  11. As Command Post has a built-in task list (in the system menu, along with
  12. the Restore, Maximize, Minimize stuff), many people prefer to use
  13. Command Post's replacement.  (One neat thing about having the task list
  14. in the system menu is that simply clicking on the Command Post icon will
  15. bring up the task list.
  16.  
  17. To replace Microsoft's taskman.exe with the Command Post version...
  18.  
  19.  
  20. 1) In the Windows directory, rename taskman.exe to taskmang.exe
  21. 2) Copy taskmanr.exe to the Command Post installation directory...and
  22.    then rename it to taskman.exe.
  23.  
  24.  
  25.  * * *
  26.  
  27. It is also possible to make Command Post the primary shell in Windows 3.0
  28. If you wish to replace the Program Manager completely with Command Post...
  29.  
  30. 1) In the Windows directory, edit the SYSTEM.INI file.
  31. 2) Just a few lines down from the top, you will find a line that reads...
  32.  
  33.       shell=progman.exe
  34.  
  35. 3) Change that line to read...
  36.  
  37.      xshell=progman.exe
  38.  
  39. 4) And add a new line that looks like
  40.  
  41.      shell=cmdpost.exe
  42.  
  43. 5) So when you are done, the it looks like
  44.  
  45.      xshell=progman.exe
  46.      shell=cmdpost.exe
  47.  
  48. You do not *really* need the xshell=progman.exe line, but if on some
  49. far distant date, you need to use the Program Manager as the shell for
  50. some obscure reason, then you can edit the SYSTEM.INI file to make it
  51. look like....
  52.  
  53.       shell=progman.exe
  54.       xshell=cmdpost.exe
  55.  
  56. 6) Make sure that the directory Command Post is in is mentioned in your
  57.    DOS PATH statement in your autoexec.bat file.  If you use Command Post
  58.    as your primary shell, the directory MUST be in your PATH statement.
  59.  
  60.  
  61.